ComponentOne Xamarin.iOS
ICollectionView<T> Interface Members
Properties  Methods 

C1.CollectionView Assembly > C1.CollectionView Namespace : ICollectionView<T> Interface

The following tables list the members exposed by ICollectionView<T>.

Public Properties
 NameDescription
 Property (Inherited from System.Collections.Generic.IReadOnlyCollection<T>)
 Property (Inherited from System.Collections.Generic.IReadOnlyList<T>)
Top
Public Methods
 NameDescription
 Method (Inherited from System.Collections.Generic.IEnumerable<T>)
 Method Gets the type of the item.  
Top
Extension Methods
 NameDescription
Public Extension Method Adds the specified item to the collection.
Public Extension Method Attaches the specified handler to the filter changed event.
Public Extension Method Attaches the specified handler to the group changed event.
Public Extension Method Attaches the specified handler to the sort changed event.
Public Extension Method Returns whether the collection view is able to filter the specified expression.
Public Extension MethodOverloaded.  Returns true if the collection view supports sorting.
Public Extension Method Determines whether a new item can be inserted in the collection at the specified index.
Public Extension Method Returns true if the collection view can load items on demand.
Public Extension Method Determines whether the item at fromIndex can be moved to toIndex.
Public Extension Method Returns true if the collection view can be refreshed.
Public Extension Method Determines whether the item at the specified index can be removed from the collection.
Public Extension Method Determines whether the item at the specified index can be replaced in the collection.
Public Extension MethodOverloaded.  Returns true if the collection view supports sorting.
Public Extension MethodCreates a FilterExpression from a query string.
Public Extension Method Dettaches the specified handler from the filter changed event.
Public Extension Method Dettaches the specified handler from the group changed event.
Public Extension Method Dettaches the specified handler from the sort changed event.
Public Extension MethodOverloaded.  Filters the data using specified filter parameters.
Public Extension Method Returns a the current filter expression.
Public Extension Method Returns a list of the current group descriptions.
Public Extension Method Returns a list of the current sort descriptions.
Public Extension Method Gets the text fields of the items of this collection view.
Public Extension MethodOverloaded.  Groups the collection view according to the specified group fields.
Public Extension Method Inserts the specified item at the specified index in the collection.
Public Extension Method Loads more items.
Public Extension Method Moves an item from the specified position to the new one.
Public Extension Method Refreshes the collection view.
Public Extension Method Removes the item at the specified index from the collection.
Public Extension Method Removes any filter applied to the collection previously.
Public Extension Method Replaces the item at the specified index by the specified item.
Public Extension MethodOverloaded.  Sorts the collection view according to the specified sort parameters.
Top
See Also

Reference

ICollectionView<T> Interface
C1.CollectionView Namespace